projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78a8ce2
)
(awk-font-lock-keywords): Add "do".
author
Richard M. Stallman
<rms@gnu.org>
Sat, 27 Jan 2007 19:53:48 +0000
(19:53 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 27 Jan 2007 19:53:48 +0000
(19:53 +0000)
lisp/obsolete/awk-mode.el
patch
|
blob
|
history
diff --git
a/lisp/obsolete/awk-mode.el
b/lisp/obsolete/awk-mode.el
index d85abc855f4e3750161550a968c848945fb8b86b..06376f96dc2252da0fe6785a4aa6d8151bc74d58 100644
(file)
--- a/
lisp/obsolete/awk-mode.el
+++ b/
lisp/obsolete/awk-mode.el
@@
-72,7
+72,7
@@
;;
;; Keywords.
(regexp-opt
- '("BEGIN" "END" "break" "continue" "delete" "exit" "else" "for"
+ '("BEGIN" "END" "break" "continue" "delete" "
do" "
exit" "else" "for"
"getline" "if" "next" "print" "printf" "return" "while") 'words)
;;
;; Builtins.